 
body {
	background:#fff8dc;
	text-align:left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	font-family: ;
	color:blue;
	text-decoration:none; 
	}
a {
	background: transparent;
	color:teal;
	text-decoration:none;
	border-bottom:none;
	font-size:small;
	font-weight: normal;
	}

a.img:hover {
	background: transparent;
	color: ;
	text-decoration:none
	border-bottom:none;	
	}

a:hover {
	background: transparent;
	color:red;
	text-decoration:none;
	border-bottom:none;
	}
a.menu {
	background: transparent;
	color:#000066;
	text-decoration:none;
	border-bottom:none;
	font-size:small;
	}

a.menu:hover {
	background-color: #ffdead;
	color:#8b0000;
	text-decoration:none
	border-bottom: none;
	}
P.head { 
	font-weight: bold; 
	font-size: small; 
	color: #0000ff;
	background: #fff8dc; 
	}

P.next {
	font-weight: normal; 
	border: ridge 4px; 
	background: #ffdead;
	color: #8b0000; 
	}

P.title {
	font-weight: bolder; 
	font-size: medium;
	border: ridge 2px; 
	background: #ffdead;
	color: #ff0000; 
	}

fieldset {
    padding: .5em;
    background: transparent;
    border: 1px double dashed #990000;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: .5em;
    }

fieldset legend {
    background-color: #ffdead;
    color: #00008b;	
    font-size: small;
    padding: .1ex .5ex;
    border: 2px double solid #990000;
    font-weight: bold;
    }



.bullet {
	list-style-type: circle;
	color:#ff0000;
	}

td.title {
	font-weight: bolder; 
	border: ridge 1px; 
	border-color:#990000;
	background: #ffdead;
	color: #990000; 
	}

div.main {
	margin:20px;
	padding:0;
	}
div.next {
	font-weight: normal; 
	border: ridge 4px; 
	background: #ffdead;
	color: #8b0000; 
	}

